home *** CD-ROM | disk | FTP | other *** search
- module oRoot1 is cBox
- with
- Flags is $00000152;
- release Editor:
- IOWindow is {$00000122,$0000002A,$00000228,$000003BD,$00000000,$00000000,$00000000,$00000000};
- LayoutWindow is {$00000194,$00000030,$0000028F,$000001EF,$00000000,$00000000,$00000064,$00000000};
- end;
- Name is "Root";
- Enabled is false;
-
- Width is 800; Height is 600;
-
-
- Elements is [
- oGENERIK22
- ];
- Events is [
- cKeyboardEvent
- with Test is IsSpace;
- Commands is [
- cRunCommand
- with Target is oGENERIK22; Mode is Toggle; end
- ];
- end,
- cKeyboardEvent
- with Value is "+";
- Commands is [
- cSetVolumeCommand
- with Mode is ExecuteHigher; end
- ];
- end,
- cKeyboardEvent
- with Value is "-";
- Commands is [
- cSetVolumeCommand
- with Flags is $00000004; Mode is ExecuteLower; end
- ];
- end,
- cKeyboardEvent
- with Value is "m";
- Commands is [
- cRunCommand
- with Flags is $00000004; Mode is Toggle; Rewind is true; end
- ];
- end
- ];
- end;
-
- object oGENERIK22 is cMPEGMovie
- with
- Flags is $00000554;
- release Editor:
- IOWindow is {$000000D9,$0000003E,$0000028F,$000001EF,$00000000,$00000000,$00000000,$00000000};
- end;
- Name is "GENERIK2";
- Cursor is oEmptyCursor;
- AdjustX is AlignToCenter; AdjustY is AlignToMiddle;
- Width is 800; Height is 600;
-
- URL is "../Videos/bonuspere.mpg";
- Events is [
- cOnscreenEvent
- with Flags is $00000004;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oTargetSelf; Rewind is true; end
- ];
- end,
- cMouseUpEvent
- with Flags is $00000004; Flag is true;
- Commands is [
- cRunCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end,
- cBrowseCommand
- with Flags is $00000004; URL is "Data/Interface/avant%20prem.k"; URLOption is GetDiskURL; end
- ];
- end,
- cFinishedEvent
- with Flags is $00000004;
- Commands is [
- cBrowseCommand
- with Flags is $00000004; URL is "Data/Interface/avant%20prem.k"; URLOption is GetDiskURL; end,
- cShowCommand
- with Flags is $00000004; Target is oTargetSelf; Mode is Clear; end
- ];
- end
- ];
- end;